Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public void CopyTo ( |
Visual Basic Copy Code |
---|
Public Sub CopyTo( _ |
The one-dimensional Array that is the destination of the copied elements.
The zero-based index in array at which copying begins.